syscall.mmapper.Munmap (method)

2 uses

	syscall (current package)
		syscall_linux.go#L1265: 	return mapper.Munmap(b)
		syscall_unix.go#L70: func (m *mmapper) Munmap(data []byte) (err error) {